home *** CD-ROM | disk | FTP | other *** search
- object AttListEditDlg: TAttListEditDlg
- Left = 197
- Top = 108
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'Attachments List Editor'
- ClientHeight = 221
- ClientWidth = 265
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 249
- Height = 177
- Shape = bsFrame
- end
- object ListBox1: TListBox
- Left = 16
- Top = 16
- Width = 161
- Height = 161
- ItemHeight = 13
- TabOrder = 0
- end
- object EditButton: TButton
- Left = 184
- Top = 16
- Width = 65
- Height = 25
- Caption = '&Edit'
- TabOrder = 1
- OnClick = EditButtonClick
- end
- object AddButton: TButton
- Left = 184
- Top = 48
- Width = 65
- Height = 25
- Caption = '&Add'
- TabOrder = 2
- OnClick = AddButtonClick
- end
- object DeleteButton: TButton
- Left = 184
- Top = 80
- Width = 65
- Height = 25
- Caption = '&Delete'
- TabOrder = 3
- OnClick = DeleteButtonClick
- end
- object OKButton: TButton
- Left = 24
- Top = 192
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- end
- object CancelButton: TButton
- Left = 104
- Top = 192
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object HelpButton: TButton
- Left = 184
- Top = 192
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 8
- end
- object UpButton: TButton
- Left = 184
- Top = 112
- Width = 65
- Height = 25
- Caption = '&Up'
- TabOrder = 4
- OnClick = UpButtonClick
- end
- object DownButton: TButton
- Left = 184
- Top = 144
- Width = 65
- Height = 25
- Caption = '&Down'
- TabOrder = 5
- OnClick = DownButtonClick
- end
- end
-